home *** CD-ROM | disk | FTP | other *** search
/ Giga Games 1 / Giga Games.iso / net / usenet / vmsnet / shapes / patch1 < prev    next >
Encoding:
Internet Message Format  |  1990-09-13  |  798 b 

  1. Path: uunet!mcsun!ukc!strath-cs!str-va!cadp02
  2. From: cadp02@vaxa.strath.ac.uk
  3. Newsgroups: alt.sources,vmsnet.sources.games
  4. Subject: Shapes (fix for problem)
  5. Message-ID: <268.26ecc0c1@vaxa.strath.ac.uk>
  6. Date: 11 Sep 90 10:47:29 GMT
  7. Organization: Strathclyde University VAX Cluster
  8. Lines: 17
  9.  
  10. Hi guys,
  11.         Some of you may have had problems linking the Shapes program,
  12. a couple of you mailed my with problems.
  13.  
  14. This is because the linker needs a definition for the logical "LNK$LIBRARY"
  15. to point to the location of the C run time libraries!
  16.  
  17. the following line either typed in by hand before the executing of the
  18. compile.com procedure, or as a line in the compile.com procedure will
  19. sort the problem.
  20.  
  21. $define LNK$LIBRARY "SYS$LIBRARY:VAXCRTL"
  22.  
  23. bye,
  24.    C.Cowie
  25.  
  26. p.s sorree if this caused any probs
  27.